home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / stepp000.swf / scripts / DefineSprite_2632 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  206 b   |  16 lines

  1. if(eval("/Variables:From") eq "Tab3")
  2. {
  3.    if(eval("/Variables:Tab3MecanismeBloque") == true)
  4.    {
  5.       gotoAndPlay(137);
  6.    }
  7.    else
  8.    {
  9.       gotoAndPlay(83);
  10.    }
  11. }
  12. else
  13. {
  14.    stop();
  15. }
  16.